home *** CD-ROM | disk | FTP | other *** search
-
- /* geom.c */
- srgp__point GEOM_sumOfPoints(srgp__point, srgp__point);
- int GEOM_widthOfRect(srgp__rectangle);
- int GEOM_heightOfRect(srgp__rectangle);
- int GEOM_computeRectIntersection(srgp__rectangle, srgp__rectangle, srgp__rectangle *);
- void GEOM_computeRectUnion(srgp__rectangle, srgp__rectangle, srgp__rectangle *);
- srgp__rectangle GEOM_rectWithCommonCenter(srgp__rectangle, int, int);
- srgp__rectangle GEOM_rectFromDiagPoints(srgp__point, srgp__point);
- int GEOM_ptInRect(srgp__point, srgp__rectangle);
-